home *** CD-ROM | disk | FTP | other *** search
/ Ultimate Screensaver / Ultimate Screen Savers Collection (CMS Distributing) (1996).ISO / saver3 / dsktop / desktop.txt < prev    next >
Text File  |  1995-02-22  |  8KB  |  180 lines

  1. DESKTOP V1.4 - Bitmap Randomizer
  2. by Huy Cat
  3. Copyright ⌐ 1992, 1993, 1994, 1995
  4.  
  5.  
  6. INTRODUCTION
  7.  
  8.     DESKTOP.EXE is a wallpaper (bitmap) randomizing program 
  9.     for Windows.  If DESKTOP is automatically loaded when 
  10.     starting windows, it will chose a random bitmap from the 
  11.     user's chosen list of bitmaps as the wallpaper.  In addition, 
  12.     DESKTOP has the capability of displaying a random bitmap at 
  13.     certain intervals specified by the user.  One key advantage 
  14.     with DESKTOP is that the user can associate whether the 
  15.     bitmap is centered or tiled on the wallpaper for each bitmap 
  16.     chosen.
  17.  
  18.     If the user has a large number of bitmaps which takes up a 
  19.     large amount of disk space, the user can convert the bitmap 
  20.     file to a RLE file.  There are existing programs that will 
  21.     convert from bitmap format to RLE format.  Files that are in 
  22.     RLE format usually have the *.RLE extension.  DESKTOP will 
  23.     also randomize on files using the RLE format.  In the rest of 
  24.     this document, references to bitmap files can be understood as 
  25.     files in bitmap format or RLE format.
  26.  
  27.     As of version 1.3, there are two available randomization 
  28.     settings, RANDOMIZE and SERIAL.  The RANDOMIZE setting is 
  29.     just like any randomize routine, it choose the next wallpaper 
  30.     randomly.  The SERIAL setting just cycles through the list of 
  31.     bitmaps in order.  This way, one can be ensured that the same 
  32.     bitmap will not be chosen again unless all other bitmaps has 
  33.     been chosen.
  34.  
  35.  
  36.  
  37. FEATURES
  38.  
  39.     --      Randomizes the wallpaper when starting Windows (if 
  40.         included as a startup file).
  41.     --      Allows the user to choose the list of bitmaps to 
  42.         randomize.  Not all bitmaps are included in the random 
  43.         list automatically.  The user must add the bitmaps to 
  44.         the list.
  45.     --      Allows bitmaps files to be located in different 
  46.         directories and still be included in the random list.
  47.     --      Periodically changes to a new wallpaper in up to sixty 
  48.         minute intervals for registered users and two minute 
  49.         intervals for unregistered users.
  50.     --      Allow up to a maximum of 400 bitmaps for randomization 
  51.         for registered users and 100 bitmaps for randomization 
  52.         for unregistered users.
  53.     --      Every bitmap included in the random list has its own 
  54.         attribute whether to be a centered wallpaper or a tiled 
  55.         wallpaper.
  56.  
  57.  
  58.  
  59. USING DESKTOP
  60.  
  61.     INSTALLING...
  62.         After copying DESKTOP.EXE onto your hard disk, you can load it 
  63.         from the Program Manager.  If the user does NOT have a 
  64.         previous copy of BWCC.DLL, the user should copy BWCC.DLL 
  65.         to the windows directory (\WINDOWS as default).  DESKTOP.EXE 
  66.         does not have to be in a 'pathed' directory.  When starting 
  67.         DESKTOP.EXE for the first time, be sure to double click on the 
  68.         DESKTOP icon (Bitmap Randomizer Icon) to do your initial setup.  
  69.         To start DESKTOP.EXE everytime you start Windows, either include 
  70.         DESKTOP.EXE in your STARTUP folder in the Program Manager or add 
  71.         DESKTOP.EXE to the "load=" line of your WIN.INI file.
  72.  
  73.     TO SELECT BITMAP FILES TO RANDOMIZE...
  74.         To select bitmap files to randomize, the user must first 
  75.         double click on the DESKTOP icon (Bitmap Randomizer icon).  
  76.         Once the Chooser dialog appears, the user must change the 
  77.         directory to where his bitmaps are located.  Then, select the 
  78.         file to be included in the randomize list.  Indicate whether 
  79.         this bitmap will be tiled or centered.  Finally, double click 
  80.         on this bitmap name to copy the name into the Randomized list.  
  81.         This bitmap is now included in the randomize process.
  82.  
  83.         To add RLE files, type "*.RLE" in the FILENAME box.  This will 
  84.         list all files matching "*.RLE" in the FILES list box.  Then, 
  85.         repeat the previous steps to select the RLE files.
  86.  
  87.         Currently, the maximum number of bitmaps the DESKTOP will 
  88.         handle is 400 files for registered users and 100 files for 
  89.         unregistered users.
  90.  
  91.     TO REMOVE BITMAP FILES FROM THE RANDOMIZED LIST...
  92.         To remove a bitmap from the Randomized list, the user must 
  93.         select the file on the Randomized list and push the Remove 
  94.         button.  This file is now removed from the randomized process.
  95.  
  96.     TO VIEW THE BITMAP ON THE DESKTOP...
  97.         Once the bitmap is included in the Randomized list, this 
  98.         bitmap can be immediately viewed on the desktop.  The user 
  99.         must double click on this bitmap file in the Randomized list 
  100.         box.  Then, the chosen bitmap file is immediately displayed 
  101.         on the desktop.
  102.  
  103.     TO CHANGE THE BITMAP'S ATTRIBUTE (CENTERED / TILED)...
  104.         Once the bitmap is included in the Randomized list box, its 
  105.         attribute (centered or tiled) cannot be changed directly.  
  106.         Instead, the user must remove this file from the Randomized 
  107.         list and re-add this bitmap with the changed attribute.
  108.     
  109.     TO ALLOW DESKTOP.EXE TO CHANGE BITMAP ON CERTAIN TIME INTERVALS...
  110.         DESKTOP.EXE allows the ability of randomly changing bitmaps 
  111.         on certain time intervals.  To turn this feature on, the user 
  112.         must select the PROPERTIES... menu item in the application's 
  113.         system menu.  This will pop up the Properties dialog.  To turn 
  114.         this feature on, check the Periodic Setting checkbox.  Then, 
  115.         indicate the number of minutes between wallpaper changes.  The 
  116.         largest interval is sixty minutes for registered users and two 
  117.         minutes for unregistered users.  If this feature is turned off, 
  118.         DESKTOP should terminate itself in approximately one minute.
  119.  
  120.     TO CHANGE RANDOMIZATION SETTINGS (RANDOMIZE / SERIAL)...
  121.         There are two randomization settings, RANDOMIZE and SERIAL.   
  122.         RANDOMIZE setting is just like any randomize routine, it choose 
  123.         the next wallpaper randomly.  The SERIAL setting just cycles through 
  124.         the list of bitmaps in order.  This way, one can be ensured 
  125.         that the same bitmap will not be chosen again unless all other 
  126.         bitmaps has been chosen.  To change the randomization setting, the 
  127.         user must select the PROPERTIES... menu iten in the application's 
  128.         system menu.  This will pop up the Properties dialog.  To choose 
  129.         the RANDOMIZE setting, click on the Randomize radio button.  To 
  130.         choose the SERIAL setting, click on the Serial radio button.
  131.  
  132.  
  133.  
  134. INCLUDED FILES
  135.  
  136.     DESKTOP.EXE        The application.
  137.     DESKTOP.WRI        This file.
  138.     BWCC.DLL        Only required if one does not already exist
  139.  
  140.  
  141.  
  142. SHAREWARE
  143.  
  144.     Please support the shareware concept by sending $15 if you decide to continue 
  145.     using this application after 14 days.  One method of registering DESKTOP is to 
  146.     write a check payable to Huy Cat and send to the following address.  Please 
  147.     include your name, address, and check to the following address:
  148.  
  149.     Huy Cat
  150.     4316 Chateau Road
  151.     Orlando, FL 32808
  152.  
  153.     Another method for registering DESKTOP is through CompuServe.  CompuServe 
  154.     has a Shareware Database (GO SWREG) that will allow you to register using your 
  155.     CompuServe Account.  When registering with SWREG, use Registration ID 948.
  156.  
  157.  
  158.  
  159. BUGS
  160.  
  161.     Please report any improvements, suggestions, or bugs to my CompuServe 
  162.     account: 70670,1636.  Or, write to the address specified above.  Thank you  
  163.     for trying out DESKTOP and enjoy the program.
  164.  
  165.  
  166.     
  167. HISTORY
  168.  
  169. Version 1.0 - Original release
  170. Version 1.0a - Fixed minor bugs
  171. Version 1.1a - Extended time interval limit from 1 minute to 2 minutes for unregistered users and
  172.     from 1 minute to 60 minutes for registered users.  Fixed minor timing bugs.
  173. Version 1.1b - Fixed MessageBox bugs.
  174. Version 1.2a - Changed randomize function so that the same bitmap will not be re-used if another
  175.     bitmap exists.
  176. Version 1.3 - Added RANDOMIZE/SERIAL settings.
  177. Version 1.4 - DESKTOP now checks to make sure you don't go over the maximum limit of 
  178.     bitmap files.  This check was not performed before and could create unknown problems.
  179. _________________________________________________________________________________
  180.